From 6b6334803785cc658709a1ff419d2dcb38d0c27f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 7 Jun 2013 18:14:20 -0400 Subject: [PATCH] Ignore Gtk/ShowInputMethodMenu and Gtk/ShowUnicodeMenu X settings These are no longer used. --- gdk/x11/gdksettings.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gdk/x11/gdksettings.c b/gdk/x11/gdksettings.c index b5ca7b8fb4..35aaf3070e 100644 --- a/gdk/x11/gdksettings.c +++ b/gdk/x11/gdksettings.c @@ -48,8 +48,6 @@ static const struct { {"Gtk/MenuBarAccel", "gtk-menu-bar-accel"}, {"Gtk/CursorThemeName", "gtk-cursor-theme-name"}, {"Gtk/CursorThemeSize", "gtk-cursor-theme-size"}, - {"Gtk/ShowInputMethodMenu", "gtk-show-input-method-menu"}, - {"Gtk/ShowUnicodeMenu", "gtk-show-unicode-menu"}, {"Gtk/TimeoutInitial", "gtk-timeout-initial"}, {"Gtk/TimeoutRepeat", "gtk-timeout-repeat"}, {"Gtk/ColorScheme", "gtk-color-scheme"}, -- 2.30.2